Skip to content

Автоматизация запуска для VS Code#667

Merged
DedSec256 merged 3 commits into
masterfrom
vscode-auto-start
Apr 22, 2026
Merged

Автоматизация запуска для VS Code#667
DedSec256 merged 3 commits into
masterfrom
vscode-auto-start

Conversation

@semrosin

@semrosin semrosin commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

Добавлены задачи для автоматизированного запуска проекта в VSCode.

Теперь проект можно запускать напрямую из VS Code без ручного запуска каждого микросервиса отдельно. Задачи запускаются через меню:

Terminal -> Run Task... -> (название задачи)

Доступны следующие задачи:

  • Start All (Запускает весь проект целиком)
  • Start Backend (Запускает все backend-сервисы)
  • Start Frontend (Запускает frontend)
  • AuthService.API;
  • CoursesService.API;
  • SolutionsService.API;
  • NotificationsService.API;
  • ContentService.API;
  • APIGateway.API.

@semrosin semrosin requested a review from DedSec256 April 22, 2026 17:27
Comment thread README.md Outdated
В Rider - запустить конфигурацию Start All

В Visual Studio - запустить сервисы ApiGateway.API, AuthService.API, CoursesService.API, SolutionsService.API, NotificationsService.API, ContentService.API
В Visual Studio - запустить задачу StartAll (Terminal -> Run Task... -> StartAll) или Start Backend

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

это ведь для VS, а не VS Code. Для VS Code отдельно

@DedSec256 DedSec256 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Спасибо!

@DedSec256 DedSec256 merged commit fec4733 into master Apr 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants